home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / libg_261.zip / libg_261 / libiberty / configure.bat < prev    next >
DOS Batch File  |  1994-05-27  |  331b  |  16 lines

  1. @echo off
  2. if "%1" == "h8/300" goto h8300
  3.  
  4. echo Configuring libiberty for go32
  5. copy Makefile.dos Makefile
  6. echo #define NEED_sys_siglist 1 >> config.h
  7. echo #define NEED_psignal 1 >> config.h
  8. update alloca-normal.h alloca-conf.h
  9. goto exit
  10.  
  11. :h8300
  12. echo Configuring libiberty for H8/300
  13. copy Makefile.dos Makefile
  14.  
  15. :exit
  16.